home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / pd / mui / mirrormanager / xtras / toolsdaemon / setupmenu.cvt < prev    next >
Text File  |  1995-04-11  |  2KB  |  51 lines

  1. /*
  2. **  Setup ToolsDeamon Menus
  3. **
  4. **  This script is used to configure the ToolsDaemon.menu file
  5. **  ToolsDaemon is Copyright © 1993 by Nico François
  6. **
  7. **  You need the cvt program which (if not included in this package)
  8. **  can be downloaded from the Aminet.
  9. **  Cvt is part of the cv-X.Y.lha package (X.Y denoting the latest
  10. **  version number) which is Copyright © 1993-94 by Tobias Ferber
  11. **
  12. **  Usage:  cvt -f SetupMenu.cvt -o %s.out ToolsDaemon.menu
  13. **
  14. **  This will create a file `ToolsDaemon.menu.out' which has to be appended
  15. **  to your `S:ToolsDaemon.menu' file.
  16. **
  17. **  INSTALLATION HAS TO BE DONE BY HAND!  PLEASE CORRECT THE PATHNAMES BELOW!
  18. */
  19.  
  20.  
  21. /* Startups */
  22.  
  23. "(REXX)"             -> "(CLI) 10240 rx";
  24. "{Edit}"             -> "(CLI) 10240 ed";
  25.  
  26. /* ARexx scripts */
  27.  
  28. "{MakeTree}"         -> "devel:MirrorManager/rexx/rexx/MakeTree.rexx";
  29. "{Flatten}"          -> "devel:MirrorManager/rexx/rexx/Flatten.rexx";
  30. "{CutTree}"          -> "devel:MirrorManager/rexx/rexx/CutTree.rexx";
  31. "{SplitIndex}"       -> "devel:MirrorManager/rexx/rexx/SplitIndex.rexx";
  32. "{SortIndex}"        -> "devel:MirrorManager/rexx/rexx/SortIndex.rexx";
  33. "{MakeIndex}"        -> "devel:MirrorManager/rexx/rexx/MakeIndex.rexx";
  34. "{ExamineIndex}"     -> "devel:MirrorManager/rexx/rexx/ExamineIndex.rexx";
  35. "{CleanupIncoming}"  -> "devel:MirrorManager/rexx/rexx/CleanupIncoming.rexx";
  36.  
  37. /* Path and Filenames */
  38.  
  39. "{IncomingPath}"     -> "incoming:";
  40. "{AminetPath}"       -> "downloads:aminet";
  41. "{KickedPath}"       -> "downloads:aminet/kicked";
  42. "{FastIndexPath}"    -> "downloads:aminet/fastindex";
  43. "{AminetIndexFile}"  -> "downloads:aminet/INDEX";
  44. "{AminetRecentFile}" -> "downloads:aminet/RECENT";
  45. "{AminetTreeFile}"   -> "downloads:aminet/TREE";
  46. "{LocalIndexFile}"   -> "downloads:aminet/LOCAL";
  47. "{WantedIndexFile}"  -> "downloads:aminet/WANTED";
  48. "{HiddenFile}"       -> "downloads:aminet/HIDDEN";
  49. "{IndexedFile}"      -> "downloads:aminet/INDEXED";
  50. "{RemapFile}"        -> "downloads:aminet/MAP";
  51.